home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.6 KB | 86 lines | [TEXT/MPS ] |
- /*
- File: ControlStrip.idl
-
- Contains: Control Strip (for Powerbooks and Duos) Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __CONTROLSTRIP_IDL__
- #define __CONTROLSTRIP_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __MENUS_IDL__
- #include <Menus.idl>
- #endif
- #ifndef __DIALOGS_IDL__
- #include <Dialogs.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- /*
- ********************************************************************************************
-
- messages passed to the modules
-
- ********************************************************************************************
- */
- /*
- ********************************************************************************************
-
- Features supported by the module. If a bit is set, it means that feature is supported.
- All undefined bits are reserved for future use by Apple, and should be set to zero.
-
- ********************************************************************************************
- */
- /*
- ********************************************************************************************
-
- Result values returned by the sdevPeriodicTickle and sdevIconMouseClick selectors.
- If a bit is set, the module can request that a specific function is performed by
- the Control Strip. A result of zero will do nothing. All undefined bits are reserved
- for future use by Apple, and should be set to zero.
-
- ********************************************************************************************
- */
- /*
- ********************************************************************************************
-
- miscellaneous
-
- ********************************************************************************************
- */
- /* direction values for SBDrawBarGraph*/
- /*
- ********************************************************************************************
-
- utility routines to provide standard interface elements and support for common functions
-
- ********************************************************************************************
- */
- #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
- #endif
- #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
- #endif
- /* The following routines are available in Control Strip 1.2 and later. */
-
- #endif /* __SOMIDL__ */
-
- #endif /* __CONTROLSTRIP_IDL__ */
-
-